placesview: fix documentation
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Mon, 27 Jul 2015 19:49:18 +0000 (16:49 -0300)
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Tue, 28 Jul 2015 10:03:09 +0000 (07:03 -0300)
The doc for gtk_places_view_get_search_query was being
set twice, while gtk_places_view_set_search_query was
never set.

Fix that by correcting the wrong getter documentation.

gtk/gtkplacesview.c

index 94ab0ee993aa149bbd0e1752191f898fa77e9db3..cf518795b4af077e72b3d29eb80f8146b839bfe3 100644 (file)
@@ -1943,7 +1943,7 @@ gtk_places_view_get_search_query (GtkPlacesView *view)
 }
 
 /**
- * gtk_places_view_get_search_query:
+ * gtk_places_view_set_search_query:
  * @view: a #GtkPlacesView
  * @query_text: the query, or NULL.
  *